home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Go Ronald
/
Go Ronald Voice Interactive CD.iso
/
Data1.cab
/
_004AABC7CD894B998BD539F654ACD6F7
next >
Wrap
Text File
|
2005-08-05
|
2KB
|
107 lines
/**
* grg.css
* This Cascading Style Sheet file contains the styles for the Go Ronald Games help text.
* Copyright 2005, DNA Digital Media Group and McDonald's Corporation
* Author: J.E.C.
**/
body {
color: #2D2D2D;
font-family: arial;
background-color: #FFF9EC;
}
h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 16pt;
font-variant : small-caps;
text-decoration : underline;
color: black;
}
div#index {
float : left;
width : 400px;
position: relative;
}
div#answer {
position: relative;
margin-left : 420px;
width : 20em;
min-height : 25em;
border : 4px double gray;
background-color : #E9CFB5;
color: black;
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
padding: 0.75em;
}
ul {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
margin : 3px;
list-style : disc;
}
ol {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
margin : 3px;
list-style : decimal;
}
li {
margin-top : 5px;
margin-left: 1em;
margin-bottom : 5px;
font-weight: normal;
}
li.selected {
list-style-type : circle;
font-weight: bold;
}
li li {
margin-left: 2em;
}
a {
color : #8B0000;
}
.disclaimer {
font-family: arial;
font-size: small;
margin: 1em;
width: 43em;
}
.warning {
font-family: arial;
font-size: small;
margin: 1em;
width: 43em;
font-weight : bold;
}
.privacy {
font-family: arial;
width: 45em;
}
a:hover {
background-color : #FBFBF0;
color : #7F0C0C;
}